Tegra: dummy support for the io_storage backend
authorVarun Wadekar <[email protected]>
Fri, 1 Mar 2019 18:18:35 +0000 (10:18 -0800)
committerVarun Wadekar <[email protected]>
Fri, 1 Mar 2019 18:22:54 +0000 (10:22 -0800)
commit8d56e24bb397cacbc8dc47b43ce64f35c06afb04
tree285b09139fa7a5601665a75b4668c6ff55e11a9c
parentaf3816789db46f69fca900e0fb8d086602219bb9
Tegra: dummy support for the io_storage backend

This patch provides dummy macros and platform files to compile
the io_storage driver backend. This patch is necessary to
remove the "--unresolved=el3_panic" linker flag from Tegra's
makefiles and allow us to revert this workaround, previously
suggested by the ARM toolchain team.

The "--unresolved=el3_panic" flag actually was a big hammer that
allowed Tegra platforms to work with armlink previously but it
masks legit errors with the code as well.

Change-Id: I0421d35657823215229f84231896b84167f90548
Signed-off-by: Varun Wadekar <[email protected]>
plat/nvidia/tegra/common/tegra_common.mk
plat/nvidia/tegra/common/tegra_io_storage.c [new file with mode: 0644]
plat/nvidia/tegra/include/platform_def.h
plat/nvidia/tegra/platform.mk